Who we are




The Global Shea Alliance is a non-profit industry association with 919 members from 39 countries including women's groups, brands and retailers, suppliers and NGOs. Through public-private partnership, the GSA promotes industry sustainability, quality practices and standards, and demand for shea in food and cosmetics.

Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })